drupal 9 enable PHP errors

51

drupal 9 enable PHP errors -

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

Comments

Submit
0 Comments